home *** CD-ROM | disk | FTP | other *** search
- <!ELEMENT slideshow (font_styles, paragraph_styles, slides)>
- <!ATTLIST slideshow brace_color CDATA 'undef'
- bracket_color CDATA 'undef'
- lower_greater_color CDATA 'undef'>
-
- <!ELEMENT font_styles (font_style*)>
-
- <!ELEMENT font_style EMPTY>
- <!ATTLIST font_style name CDATA #REQUIRED
- font CDATA 'undef'
- size CDATA '-1'
- color CDATA 'undef'>
-
- <!ELEMENT paragraph_styles (paragraph_style*)>
-
- <!ELEMENT paragraph_style EMPTY>
- <!ATTLIST paragraph_style name CDATA #REQUIRED
- space_before CDATA '-1'
- space_after CDATA '-1'
- align (left|right|center|undef) 'undef'
- font_style CDATA 'undef'>
-
- <!ELEMENT slides (slide+)>
-
- <!ELEMENT slide (#PCDATA|paragraph|font|indent|list|image|array)*>
- <!ATTLIST slide back_bitmap CDATA 'undef'
- back_color CDATA 'undef'>
-
- <!ELEMENT paragraph (#PCDATA|paragraph|font|indent|list|image|array)*>
- <!ATTLIST paragraph style CDATA 'undef'>
-
- <!ELEMENT font (#PCDATA|paragraph|font|indent|list|image|array)*>
- <!ATTLIST font style CDATA #REQUIRED>
-
- <!ELEMENT indent (#PCDATA|paragraph|font|indent|list|image|array)*>
-
- <!ELEMENT list (list_item+)>
- <!ELEMENT list_item (#PCDATA|paragraph|font|indent|list|image|array)*>
-
- <!ELEMENT image EMPTY>
- <!ATTLIST image bitmap CDATA #REQUIRED
- width CDATA #REQUIRED
- height CDATA #REQUIRED
- uv CDATA 'undef'
- color CDATA 'undef'>
-
- <!ELEMENT array (column+,row+)>
-
- <!ELEMENT column EMPTY>
- <!ATTLIST column width CDATA '-1'
- align (left|right|center|undef) 'undef'>
-
- <!ELEMENT row (cell+)>
- <!ATTLIST row height CDATA '-1'>
-
- <!ELEMENT cell (#PCDATA|paragraph|font|indent|list|image|array)*>
-
- <!ENTITY pred_text "lg_astro_tut_pred">
- <!ENTITY next_text "lg_astro_tut_next">
- <!ENTITY start_text "lg_astro_tut_start">
-
- <!ENTITY bottom "
- <paragraph style='bottom'>
- <array>
- <column width='360' align='left'/>
- <column width='360' align='right'/>
- <row>
- <cell>&pred_text;</cell>
- <cell>&next_text;</cell>
- </row>
- </array>
- </paragraph>">
-
- <!ENTITY last_bottom "
- <paragraph style='bottom'>
- <array>
- <column width='360' align='left'/>
- <column width='360' align='right'/>
- <row>
- <cell>&pred_text;</cell>
- <cell>&start_text;</cell>
- </row>
- </array>
- </paragraph>">